@charset "utf-8";
@import url("../SOURCES/Glacial_Indifference_Bold/stylesheet.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%; 
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column; 
}

body {
    font-family: 'Glacial-Indifference-Bold';
	background-image: url("../SOURCES/Images/BACK.jpg"); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 1;
}
* {
      box-sizing: border-box;
    }
	  html, body {
      margin: 0;
      padding: 0;
    }

    #navegador ul {
      list-style-type: none; 
      background-color: #FF6262; 
      display: flex; 
      align-items: center; 
      padding: 0; 
      margin: 0; 
	  width: 100%;
	  gap: 30px;
    }
    #navegador li {
      margin: 0 70px; 
    }
    #navegador li img {
      margin-right: 20px; 
    }
    #navegador li a {
      display: inline-block;
      padding: 10px 20px; 
      color: #FFFFFF; 
      background-color: #FF6262; 
      text-decoration: none; 
      border-radius: 50px; 
      font-family: 'Glacial-Indifference-Bold'; 
      font-size: 18px; 
      font-weight: bold;
      transition: background-color 0.3s ease; 
    }
   
    #navegador li a:hover {
      background-color: #202284; 
      color: #FFFFFF; 
    }
  body {
      background-image: url("../SOURCES/Images/BACK.jpg"); 
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 120vh; 
      margin: 0; 
    }
	  .thank-you-bar {
      display: flex;
      justify-content: flex-start; 
      align-items: center; 
      width: 70%; 
      height: 60px;
      background-color: white; 
      color: #202284; 
      border-radius: 50px; 
      font-family: 'Glacial-Indifference-Bold'; 
      font-weight: bold;
      font-size: 21.3px;
      margin: 30px auto; 
      padding-left: 75px;
	  }
.custom-image-container img {
  width: 250px; 
  height: auto; 
  padding-left: 50px;
	  }
	  
	  
	  .bottombars {
      display: flex; 
      justify-content: center; 
      gap: 15px; 
      text-decoration: none;
		  margin-top: 100px;
}
	  
	  .paobar {
 	  display: flex;
	  justify-content: center; 
      align-items: center; 
      width: 50%; 
      height: 60px;
      background-color: white; 
      color: #202284; 
      border-radius: 50px; 
      font-family: 'Glacial-Indifference-Bold'; 
      font-weight: bold;
      font-size: 21.3px;
	  margin-top: 20px;
	  margin-left: 100px;
	  }
	  .paobar a{
		  text-decoration: none;
		  color: #202284;
	  }
	  .gaelbar {
 	  display: flex; 
	  justify-content: center; 
      align-items: center; 
      width: 50%;
      height: 60px; 
      background-color: white; 
      color: #202284; 
      border-radius: 50px; 
      font-family: 'Glacial-Indifference-Bold'; 
      font-weight: bold;
      font-size: 21.3px;
	  margin-right: 100px;
	  margin-top: 20px;
      margin-bottom: 20px;
	  }
	  
	  .gaelbar a{
		  text-decoration: none;
		  color: #202284;
	  }

.footer-bar {
    width: 100%;
    margin-top: auto; 
    background-color: #202284; 
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 10px 0;
}

.footer-bar ul{
	list-style-type: none; 
      background-color: #202284; 
      display: flex; 
      align-items: center; 
      padding: 0; 
      margin: 0; 
	  width: 100%;
	  gap: 20px;
}

    .footer-bar li {
      margin: 0 70px;
    }

    .footer-bar li img {
      margin-right: 10px; 
    }

.footer-bar h1{
	color: white;
	font-family: 'Glacial-Indifference-Bold';
	font-size: 17.4px;
	
}

    .footer-bar li p {
      display: inline-block;
      padding: 10px 20px; 
      color: white; 
      text-decoration: none; 
      font-family: 'Glacial-Indifference-Bold'; 
      font-size: 15.7px; 
      font-weight: bold; 
    }